home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / WASTE Object Handlers 1.2.5 / Other Headers / GetFileIcon.h next >
Encoding:
C/C++ Source or Header  |  1996-07-16  |  429 b   |  25 lines  |  [TEXT/CWIE]

  1. /* ------------------ GetFileIcon.h ------------------- */
  2.  
  3. #ifndef __GETFILEICON__
  4. #define __GETFILEICON__
  5.  
  6. #ifndef __ICONS__
  7. #include <Icons.h>
  8. #endif
  9. #ifndef __FINDER__
  10. #include <Finder.h>
  11. #endif
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. pascal OSErr GetFileIcon( FSSpec *thing, IconSelectorValue iconSelector, Handle *theSuite);
  18. Boolean IsSuiteEmpty( Handle theSuite );
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif // __GETFILEICON__
  25.